home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / THFB.Dxr / 00064.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  230 b   |  14 lines

  1. on exitFrame
  2.   global game, text
  3.   puppetSound("j9")
  4.   updateStage()
  5.   if game then
  6.     repeat while the soundBusy of 1
  7.     end repeat
  8.     goback()
  9.   else
  10.     set the timeoutScript to EMPTY
  11.     go("x" & text, "THGa")
  12.   end if
  13. end
  14.